dhcpv6-ia: split reconf_msg struct into partial structs
authorDavid Härdeman <[email protected]>
Fri, 10 Oct 2025 07:32:33 +0000 (09:32 +0200)
committerÁlvaro Fernández Rojas <[email protected]>
Sun, 26 Oct 2025 21:29:41 +0000 (22:29 +0100)
commitae16476bcad27049f82e3043e88958405096c4bb
tree829fda16bb19131e10c9a1ba55d1846453edc0a6
parenta3bf57a39958665911da1c552d141f6fe4596409
dhcpv6-ia: split reconf_msg struct into partial structs

Change send_reconf() so that the various options are each in separate struct.
This makes it easy to support a variable-length server DUID in the future.

Signed-off-by: David Härdeman <[email protected]>
Link: https://github.com/openwrt/odhcpd/pull/274
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
src/dhcpv6-ia.c